home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950329-19950528 / 000328_news@columbia.edu_Thu May 4 16:32:14 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  4KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA18108
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sat, 6 May 1995 16:13:56 -0400
  3. Received: by apakabar.cc.columbia.edu id AA13048
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sat, 6 May 1995 16:13:55 -0400
  5. Path: news.columbia.edu!panix!news.mathworks.com!europa.chnt.gtegsc.com!salliemae!uunet!news1.cle.ab.com!usenet
  6. From: Dale.Reed@ab.com (Dale E. Reed)
  7. Newsgroups: comp.protocols.kermit.misc,comp.os.os2.networking.tcp-ip
  8. Subject: C-Kermit 5A(191) and TCPIPCFG.EXE problem?
  9. Date: 4 May 1995 16:32:14 GMT
  10. Organization: Allen-Bradley Company, Highland Heights, Ohio
  11. Lines: 63
  12. Distribution: inet
  13. Message-Id: <3oavie$mb4@news1.cle.ab.com>
  14. Reply-To: Dale@columbia.edu, Reed@ab.com (Dale E. Reed)
  15. Nntp-Posting-Host: wd8mln.cle.ab.com
  16. X-Newsreader: IBM NewsReader/2 v1.09
  17. Xref: news.columbia.edu comp.protocols.kermit.misc:2693 comp.os.os2.networking.tcp-ip:27971
  18. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  19.  
  20. Thanks in andvance for any help!  Please reply to me by E-mail at:
  21.   Dale.Reed@ab.com
  22.  
  23. Since I installed C-Kermit 5A (191) for OS/2, I have had problems
  24. changing the configuration of IBM TCP/IP 2.0 for OS/2.  It appears
  25. that C-Kermit somehow affects the paths used by TCPIPCFG.EXE
  26. (the TCP/IP Configuration Notebook object).  When I edit and save
  27. my TCP/IP configuration, the files written are:  (my emphasis)
  28.  
  29.     D:\TCPIP\DOS\BIN\TCPSTART.CMD    ????
  30.     D:\TCPIP\DOS\BIN\SETUP.CMD       ????
  31.  
  32.     D:\CKERMIT\TCPSTART.CMD          !!!!
  33.  
  34.     D:\TCPIP\BIN\SETUP.CMD           (OK)
  35.  
  36. (I expected both files to be written only to D:\TCPIP\BIN.....!!! )
  37.  
  38. I keep a shadow of D:\TCPIP\BIN\TCPSTART.CMD in my Startup folder.
  39. Thus changing configuration doesn't change what gets started.
  40.  
  41. Here's the weird part:  the TCPSTART.CMD file written to BOTH places
  42. (D:\CKERMIT and D:\TCPIP\DOS\BIN) has in it:  (my emphasis again!)
  43.  
  44.     echo CONFIGURING TCP/IP .....
  45.     IF EXIST D:\CKERMIT\B4TCP.CMD CALL D:\CKERMIT\B4TCP.CMD  !!!!
  46.     IF EXIST D:\CKERMIT\SETUP.CMD CALL D:\CKERMIT\SETUP.CMD  !!!!
  47.     echo ..... FINISHED CONFIGURING TCP/IP
  48.  
  49. and:
  50.  
  51.     echo ..... FINISHED STARTING THE TCP/IP PROCESSES
  52.     IF EXIST D:\CKERMIT\TCPEXIT.CMD CALL D:\CKERMIT\TCPEXIT.CMD  !!!!
  53.     echo .....  EXITING TCPSTART.CMD  .....
  54.  
  55. 1.)  Since B4TCP.CMD, SETUP.CMD and TCPEXIT.CMD are not in the
  56.      D:\ckermit directory, they never get executed by the TCPSTART.CMD
  57.      created by TCPIPCFG.EXE.  (SETUP.CMD just has useless stuff in it
  58.      like "ifconfig", "route", etc.!!!!!  Nothing important!!!)
  59.  
  60. 2.)  How did C-Kermit manage to change the path used by TCPIPCFG.EXE
  61.      to store its files?  There's no environment variable that points
  62.      to D:\TCPIP\BIN; do I need one?  Or is there a .DLL that is found 
  63.      and its path used?
  64.  
  65.      Why is the storage path for TCPSTART.CMD changed but not the path
  66.      for SETUP.CMD?
  67.  
  68.      Are there any command-line parameters to TCPIPCFG.EXE to tell it
  69.      explicitly the path to use for SETUP.CMD, TCPSTART.CMD, etc.?
  70.      I tried changing the "Working Directory" in the program object,
  71.      but that didn't change anything.
  72.  
  73. I have it configured manually, but it would be nice to be able to use
  74. the Settings Notebook and have the changes work!
  75.  
  76. Regards,
  77.  
  78. Dale Reed    WD8MLN               This post represents my own views and
  79. Allen-Bradley Company             not those of Allen-Bradley or its
  80. Highland Heights, Ohio            parent, Rockwell International.
  81.  
  82.